Skip to content

chore: add SPDX Apache-2.0 license headers to source files#4

Merged
achetronic merged 1 commit into
masterfrom
chore/spdx-license-headers
Jun 30, 2026
Merged

chore: add SPDX Apache-2.0 license headers to source files#4
achetronic merged 1 commit into
masterfrom
chore/spdx-license-headers

Conversation

@achetronic

Copy link
Copy Markdown
Owner

Add the standard two-line SPDX header to every source file in the repository so
the Apache-2.0 license is machine-readable per file:

SPDX-FileCopyrightText: 2026 Alby Hernández <hola@achetronic.com>
SPDX-License-Identifier: Apache-2.0

Where a longer Apache/copyright boilerplate header already existed, it was
replaced by these two short lines. Shebangs and Go build constraints are
preserved. This is a comments-only change; the build is unaffected.

Use the two-line SPDX header (SPDX-FileCopyrightText + SPDX-License-Identifier: Apache-2.0) in every source file, replacing any longer Apache boilerplate. Comments-only.
@achetronic achetronic self-assigned this Jun 30, 2026
@achetronic achetronic added the documentation Improvements or additions to documentation label Jun 30, 2026
@achetronic achetronic merged commit a926572 into master Jun 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant